This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to create a random number between 1 and 6? ~Arnold Dwonumanakoi 21.Oct.03 11:28 PM a Web browser Domino Designer All ReleasesAll Platforms
Hi Don
I'm sure there is a much more elegant way than this but as a quick solution for now, how about this:
Don't do mod 5. Simply stick the formula to generate a number between 0 and 9 in a loop. Terminate the loop when the number is between 1 and 6, otherwise discard the number and loop round for anohter random number.